-
Notifications
You must be signed in to change notification settings - Fork 214
feat(nimbus): Add basic feature tracking table to feature health page. #13749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This is blocked on #13742 |
f22a86a to
718c788
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @b4handjr, good approach on splitting this up, just one minor suggestion otherwise looks good
experimenter/experimenter/nimbus_ui/templates/nimbus_experiments/features.html
Outdated
Show resolved
Hide resolved
| <img src="{% static 'assets/qa-runs.svg' %}" | ||
| <img src="{% static 'assets/feature-changes.svg' %}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its by mistake, you are using both qa-run and feature change svg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah wow, that merge went bad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.


Because
This commit
Fixes #13715